home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 1-2.iso / PCGAMER.EXE / 0 / RCDATA / TSPLFORM / TSPLFORM.txt
Text File  |  1999-10-10  |  524b  |  28 lines

  1. object splform: Tsplform
  2.   Left = 404
  3.   Top = 172
  4.   Width = 390
  5.   Height = 322
  6.   Caption = 'PC Gamer'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 800
  19.     Height = 600
  20.     BevelOuter = bvNone
  21.     Caption = 'PC Gamer'
  22.     Ctl3D = False
  23.     ParentCtl3D = False
  24.     TabOrder = 0
  25.     OnClick = Panel1Click
  26.   end
  27. end
  28.